mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Auto merge of #11441 - servo:rustup, r=Ms2ger
Update Rust to 1.10.0-nightly (267cde259 2016-05-25) <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11441) <!-- Reviewable:end -->
This commit is contained in:
commit
bf3c437683
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ impl LateLintPass for TransmutePass {
|
|||
match expr.node {
|
||||
hir::ExprPath(_, ref path) => {
|
||||
if path.segments.last()
|
||||
.map_or(false, |ref segment| segment.identifier.name.as_str() == "transmute") &&
|
||||
.map_or(false, |ref segment| segment.name.as_str() == "transmute") &&
|
||||
args.len() == 1 {
|
||||
let tcx = cx.tcx;
|
||||
cx.span_lint(TRANSMUTE_TYPE_LINT, ex.span,
|
||||
|
|
|
@ -1 +1 @@
|
|||
2016-05-17
|
||||
2016-05-26
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue