rust/src/librustc/lint
Alex Crichton f1f6c1286f Rename unwrap functions to into_inner
This change applies the conventions to unwrap listed in [RFC 430][rfc] to rename
non-failing `unwrap` methods to `into_inner`. This is a breaking change, but all
`unwrap` methods are retained as `#[deprecated]` for the near future. To update
code rename `unwrap` method calls to `into_inner`.

[rfc]: https://github.com/rust-lang/rfcs/pull/430
[breaking-change]

Closes #13159
cc #19091
2014-11-23 15:26:53 -08:00
..
builtin.rs Remove type parameters from ExprField and ExprTupField 2014-11-23 12:17:43 +01:00
context.rs Rename unwrap functions to into_inner 2014-11-23 15:26:53 -08:00
mod.rs Feature gate non-ASCII lifetime identifiers 2014-11-18 23:07:14 +01:00