Updated forced-separate type from Rust to abstract (#3380)
This commit is contained in:
@@ -255,7 +255,7 @@ pub struct Options {
|
||||
pub lines_between_types: Option<usize>,
|
||||
#[option(
|
||||
default = r#"[]"#,
|
||||
value_type = "Vec<String>",
|
||||
value_type = "list[str]",
|
||||
example = r#"
|
||||
forced-separate = ["tests"]
|
||||
"#
|
||||
|
||||
Reference in New Issue
Block a user