We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
StyleEditionDefault
1 parent afa731e commit 2db1095Copy full SHA for 2db1095
src/config/style_edition.rs
@@ -1,6 +1,7 @@
1
use crate::config::StyleEdition;
2
3
/// Defines the default value for the given style edition
4
+#[allow(dead_code)]
5
pub(crate) trait StyleEditionDefault {
6
type ConfigType;
7
fn style_edition_default(style_edition: StyleEdition) -> Self::ConfigType;
0 commit comments