Skip to content

Commit cdb6d37

Browse files
author
Deren Vural
committed
added todo macro to stop compiler moaning
Signed-off-by: Deren Vural <[email protected]>
1 parent 1646945 commit cdb6d37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/processor/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ impl Processor {
5454
}
5555

5656
pub fn get_name(self) -> String {
57-
self.name
57+
todo!()
58+
//self.name
5859
}
5960
}

0 commit comments

Comments
 (0)