Skip to content

Commit fc23775

Browse files
committed
refactor
1 parent 1857c94 commit fc23775

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gix-diff/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//! Algorithms for diffing various git object types and for generating patches, highly optimized for performance.
22
//! ## Feature Flags
33
#![cfg_attr(
4-
all(doc, feature = "document-features"),
5-
doc = ::document_features::document_features!()
4+
all(doc, feature = "document-features"),
5+
doc = ::document_features::document_features!()
66
)]
77
#![cfg_attr(all(doc, feature = "document-features"), feature(doc_cfg, doc_auto_cfg))]
88
#![deny(missing_docs, rust_2018_idioms)]

gix-packetline-blocking/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default = ["blocking-io"]
1919
## If set, all IO will become blocking. The same types will be used preventing side-by-side usage of blocking and non-blocking IO.
2020
blocking-io = []
2121

22-
## DO NOT USE, use instead directly gix-packetline
22+
## DO NOT USE, use instead `gix-packetline` directly.
2323
async-io = []
2424

2525
#! ### Other

0 commit comments

Comments
 (0)