summaryrefslogtreecommitdiff
path: root/exercises/15_traits/traits4.rs
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/15_traits/traits4.rs')
-rw-r--r--exercises/15_traits/traits4.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/exercises/15_traits/traits4.rs b/exercises/15_traits/traits4.rs
index 18db0d6..7af30b5 100644
--- a/exercises/15_traits/traits4.rs
+++ b/exercises/15_traits/traits4.rs
@@ -1,11 +1,6 @@
-// traits4.rs
-//
// Your task is to replace the '??' sections so the code compiles.
//
// Don't change any line other than the marked one.
-//
-// Execute `rustlings hint traits4` or use the `hint` watch subcommand for a
-// hint.
pub trait Licensed {
fn licensing_info(&self) -> String {