mirror of
https://github.com/servo/servo.git
synced 2025-07-08 07:53:40 +01:00
Revert "Update Rust to 1.15.0-nightly (8f02c429a 2016-12-15)."
This reverts commit 5618e79768
.
This commit is contained in:
parent
077a54de19
commit
cba3881a12
10 changed files with 21 additions and 29 deletions
|
@ -21,7 +21,7 @@ impl LintPass for PrivatizePass {
|
|||
}
|
||||
}
|
||||
|
||||
impl<'a, 'tcx> LateLintPass<'a, 'tcx> for PrivatizePass {
|
||||
impl LateLintPass for PrivatizePass {
|
||||
fn check_struct_def(&mut self,
|
||||
cx: &LateContext,
|
||||
def: &hir::VariantData,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue