mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-22 23:58:39 +02:00
Remove pub
from traits exercise (#2677)
This commit is contained in:
parent
611306a172
commit
e6bab6fd93
@ -14,7 +14,7 @@
|
||||
|
||||
// ANCHOR: solution
|
||||
// ANCHOR: setup
|
||||
pub trait Logger {
|
||||
trait Logger {
|
||||
/// Log a message at the given verbosity level.
|
||||
fn log(&self, verbosity: u8, message: &str);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user