aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2015-01-01 13:27:43 -0700
committerbors-servo <metajack+bors@gmail.com>2015-01-01 13:27:43 -0700
commitf41324c2a1e7625075389fabb4cfd636c5617cb1 (patch)
treef52fa475f368f3483041c2065f504f3947f349a7
parent111a196e9d300164391d12ab292c1d4c0ef2b44a (diff)
parenta55e1d1974da2b83547fa49f613bc2e0e2496f38 (diff)
downloadservo-f41324c2a1e7625075389fabb4cfd636c5617cb1.tar.gz
servo-f41324c2a1e7625075389fabb4cfd636c5617cb1.zip
auto merge of #4527 : Ms2ger/servo/indentation-plugins, r=larsbergstrom
-rw-r--r--components/plugins/lints/mod.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/components/plugins/lints/mod.rs b/components/plugins/lints/mod.rs
index af7083e5b5f..b40e59e4417 100644
--- a/components/plugins/lints/mod.rs
+++ b/components/plugins/lints/mod.rs
@@ -2,8 +2,8 @@
* 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/. */
- pub mod inheritance_integrity;
- pub mod privatize;
- pub mod str_to_string;
- pub mod transmute_type;
- pub mod unrooted_must_root;
+pub mod inheritance_integrity;
+pub mod privatize;
+pub mod str_to_string;
+pub mod transmute_type;
+pub mod unrooted_must_root;