mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-06 18:13:29 +02:00
Remove unneeded pub
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
//
|
||||
// Don't change any line other than the marked one.
|
||||
|
||||
pub trait SomeTrait {
|
||||
trait SomeTrait {
|
||||
fn some_function(&self) -> bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
||||
pub trait OtherTrait {
|
||||
trait OtherTrait {
|
||||
fn other_function(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user