pull/10/head
Alexis Beingessner 9 years ago committed by Manish Goregaokar
parent c468eafbd4
commit 360247e826

1
.gitignore vendored

@ -0,0 +1 @@
*.html

@ -0,0 +1,12 @@
% Type Conversions
# Safe Rust
* Coercions
* Casts
* Conversion Traits (Into/As/...)
# Unsafe Rust
* raw ptr casts
* mem::transmute
Loading…
Cancel
Save