solution to exercise 03_11

This commit is contained in:
David Doblas Jiménez 2024-06-27 16:29:31 +02:00
parent 3f57819e4c
commit 91e6bf5ae4

View File

@ -2,7 +2,7 @@
// We'll pick the concept up again in a later chapter after covering traits and // We'll pick the concept up again in a later chapter after covering traits and
// interior mutability. // interior mutability.
fn outro() -> &'static str { fn outro() -> &'static str {
"I have a basic understanding of __!" "I have a basic understanding of destructors!"
} }
#[cfg(test)] #[cfg(test)]