Skip to content

Commit 4510296

Browse files
committed
doc: Hide documentation for parse_raw_commit
While it might be useful to use from other libraries, it's part of the documented API.
1 parent 387d502 commit 4510296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/clog.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,7 @@ impl Clog {
782782
.collect()
783783
}
784784

785+
#[doc(hidden)]
785786
pub fn parse_raw_commit(&self, commit_str: &str) -> Commit {
786787
let mut lines = commit_str.lines();
787788

0 commit comments

Comments
 (0)