From 9bf81f9d1292bef76d0a46f98a21f07bc3489834 Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Fri, 3 Nov 2017 08:43:33 +1300 Subject: [PATCH] Remove LicensePolicy (dead code) Fixes #1320 --- src/config.rs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/config.rs b/src/config.rs index 85008f2915a8..302719e72e3c 100644 --- a/src/config.rs +++ b/src/config.rs @@ -113,15 +113,6 @@ impl Density { } } -configuration_option_enum! { LicensePolicy: - // Do not place license text at top of files - NoLicense, - // Use the text in "license" field as the license - TextLicense, - // Use a text file as the license text - FileLicense, -} - configuration_option_enum! { MultilineStyle: // Use horizontal layout if it fits in one line, fall back to vertical PreferSingle,