From 875fb41e40ff7d53c2ca1b3b953a7c7f7935faa3 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 8 Apr 2020 12:54:54 -0700 Subject: [PATCH] Make man page manual name title case (#623) --- justfile | 2 +- rustfmt.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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