From 3926ec7196d834ee3481344c1cd2808779342757 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Mon, 16 Jan 2017 13:41:51 +0100 Subject: [PATCH] Remove libloading from the list of packages that can have duplicated versions. --- servo-tidy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servo-tidy.toml b/servo-tidy.toml index 92ab924185f..41e6c31c9b6 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -30,7 +30,7 @@ rand = [ [ignore] # Ignored packages with duplicated versions -packages = ["bitflags", "byteorder", "lazy_static", "semver", "libloading"] +packages = ["bitflags", "byteorder", "lazy_static", "semver"] # Files that are ignored for all tidy and lint checks. files = [ # Generated and upstream code combined with our own. Could use cleanup