Skip to content

Commit c5f2896

Browse files
authored
1 parent 65aee91 commit c5f2896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
//! fn log(&self, msg: &str) {}
3636
//! }
3737
//! struct LoggerInfo {
38-
//! logger: &'static (Logger + Sync)
38+
//! logger: &'static (dyn Logger + Sync)
3939
//! }
4040
//!
4141
//! // The methods for working with our currently defined static logger

0 commit comments

Comments
 (0)