mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Updated Note style guide (markdown)
+1
-1
@@ -66,7 +66,7 @@ Prefer to fully import types while module-qualifying functions, e.g.
|
||||
use option::Option;
|
||||
use cast;
|
||||
|
||||
pub int = cast::transmute(Option(0));
|
||||
let i: int = cast::transmute(Option(0));
|
||||
```
|
||||
|
||||
# Namespacing
|
||||
|
||||
Reference in New Issue
Block a user