Skip to content

Commit 9bf81f9

Browse files
committed
Remove LicensePolicy (dead code)
Fixes #1320
1 parent c1c7547 commit 9bf81f9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/config.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,6 @@ impl Density {
113113
}
114114
}
115115

116-
configuration_option_enum! { LicensePolicy:
117-
// Do not place license text at top of files
118-
NoLicense,
119-
// Use the text in "license" field as the license
120-
TextLicense,
121-
// Use a text file as the license text
122-
FileLicense,
123-
}
124-
125116
configuration_option_enum! { MultilineStyle:
126117
// Use horizontal layout if it fits in one line, fall back to vertical
127118
PreferSingle,

0 commit comments

Comments
 (0)