diff --git a/justfile b/justfile index 82846b8..b351a5b 100755 --- a/justfile +++ b/justfile @@ -47,7 +47,7 @@ man: cargo build --features help4help2man help2man \ --name 'save and run commands' \ - --manual 'JUST MANUAL' \ + --manual 'Just Manual' \ --no-info \ target/debug/just \ > man/just.1 diff --git a/rustfmt.toml b/rustfmt.toml index 3b14719..f8ac04f 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -13,7 +13,6 @@ newline_style = "Unix" normalize_comments = true overflow_delimited_expr = true reorder_impl_items = true -required_version = "1.4.12" struct_field_align_threshold = 20 tab_spaces = 2 unstable_features = true