pretzelhammer / rust-blog

Educational blog posts for Rust beginners
Apache License 2.0
7.11k stars 380 forks source link

Minor correction in the example. #44

Closed sateeshkumarb closed 3 years ago

sateeshkumarb commented 3 years ago

The first example in the section Subtraits & Supertraits doesn't declare the variable st, which results in a compiler error that is unintended. A minor change to declare and initialize the variable st.