rust/src/liblog
Tobias Bucher 22ec5f4af7 Replace many uses of mem::transmute with more specific functions
The replacements are functions that usually use a single `mem::transmute` in
their body and restrict input and output via more concrete types than `T` and
`U`. Worth noting are the `transmute` functions for slices and the `from_utf8*`
family for mutable slices. Additionally, `mem::transmute` was often used for
casting raw pointers, when you can already cast raw pointers just fine with
`as`.
2015-08-09 22:05:22 +02:00
..
directive.rs change some statics to constants 2015-06-07 19:50:13 +02:00
lib.rs Replace many uses of mem::transmute with more specific functions 2015-08-09 22:05:22 +02:00
macros.rs fix doc:#1398 stop passing --cfg ndebug and uses -C debug-assertions 2015-05-02 10:24:10 +08:00