aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/script_plugins/lib.rs
diff options
context:
space:
mode:
authorPyfisch <pyfisch@gmail.com>2018-11-06 22:26:18 +0100
committerPyfisch <pyfisch@gmail.com>2018-11-07 09:37:55 +0100
commit1855c88d6106c73febec1f5f29e246a75ff2f849 (patch)
treebeac5d52d100d16e7c3612b991fc74c007d60bcb /tests/unit/script_plugins/lib.rs
parent9e92eb205a2a12fe0be883e42cb7f82deebc9031 (diff)
downloadservo-1855c88d6106c73febec1f5f29e246a75ff2f849.tar.gz
servo-1855c88d6106c73febec1f5f29e246a75ff2f849.zip
Fix test-tidy self test
Install rustup on first Travis job. Only use rustfmt::skip as an outer attribute.
Diffstat (limited to 'tests/unit/script_plugins/lib.rs')
-rw-r--r--tests/unit/script_plugins/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/script_plugins/lib.rs b/tests/unit/script_plugins/lib.rs
index f0f668b6e27..5b86482f162 100644
--- a/tests/unit/script_plugins/lib.rs
+++ b/tests/unit/script_plugins/lib.rs
@@ -1,8 +1,8 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-#![rustfmt::skip]
+#[rustfmt::skip]
pub mod unrooted_must_root {
/**
```