Skip to content

Commit 2db1095

Browse files
committed
allow dead code for StyleEditionDefault
We need to allow `StyleEditionDefault` because it will be used to implement `style_edition`, but that work is currently ongoing.
1 parent afa731e commit 2db1095

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config/style_edition.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
use crate::config::StyleEdition;
22

33
/// Defines the default value for the given style edition
4+
#[allow(dead_code)]
45
pub(crate) trait StyleEditionDefault {
56
type ConfigType;
67
fn style_edition_default(style_edition: StyleEdition) -> Self::ConfigType;

0 commit comments

Comments
 (0)