For example, [`std::prelude::v1`](http://doc.rust-lang.org/std/prelude/v1/) shows an import as `use option::Option::{mod, None, Some};`, when in fact it is using the newer `self` syntax in the code.