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,