mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-08 02:33:31 +02:00
Remove unneeded pub
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Don't change any line other than the marked one.
|
||||
|
||||
pub trait Licensed {
|
||||
trait Licensed {
|
||||
fn licensing_info(&self) -> String {
|
||||
"some information".to_string()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user