mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Upgrade to rustc 1.34.0-nightly (da6ab956e 2019-01-27)
This commit is contained in:
parent
8646d7dbbc
commit
12d19760b3
3 changed files with 7 additions and 1 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1,3 +1,5 @@
|
||||||
|
# This file is automatically @generated by Cargo.
|
||||||
|
# It is not intended for manual editing.
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "adler32"
|
name = "adler32"
|
||||||
version = "1.0.3"
|
version = "1.0.3"
|
||||||
|
|
|
@ -100,6 +100,10 @@ fn is_unrooted_ty(cx: &LateContext, ty: &ty::TyS, in_new_function: bool) -> bool
|
||||||
}
|
}
|
||||||
|
|
||||||
impl LintPass for UnrootedPass {
|
impl LintPass for UnrootedPass {
|
||||||
|
fn name(&self) -> &'static str {
|
||||||
|
"ServoUnrootedPass"
|
||||||
|
}
|
||||||
|
|
||||||
fn get_lints(&self) -> LintArray {
|
fn get_lints(&self) -> LintArray {
|
||||||
lint_array!(UNROOTED_MUST_ROOT)
|
lint_array!(UNROOTED_MUST_ROOT)
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
nightly-2019-01-15
|
nightly-2019-01-28
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue