chore: added more descriptive TODOs
This commit is contained in:
@@ -16,7 +16,7 @@ trait AppendBar {
|
||||
}
|
||||
|
||||
impl AppendBar for String {
|
||||
//Add your code here
|
||||
// TODO: Implement `AppendBar` for type `String`.
|
||||
}
|
||||
|
||||
fn main() {
|
||||
|
||||
@@ -17,7 +17,7 @@ trait AppendBar {
|
||||
fn append_bar(self) -> Self;
|
||||
}
|
||||
|
||||
//TODO: Add your code here
|
||||
// TODO: Implement trait `AppendBar` for a vector of strings.
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
|
||||
Reference in New Issue
Block a user