Skip to content

Commit 87b4473

Browse files
authored
Merge pull request #135 from peso/refac/fix-too-many-lines
Refac/fix too many lines
2 parents 4ab7bf0 + 12a6a2b commit 87b4473

File tree

4 files changed

+1295
-657
lines changed

4 files changed

+1295
-657
lines changed

src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,9 @@
77
//! 2. Lay out the graph structure according to the branching model (See [graph])
88
//! 3. Render the layout to text or SVG (See [mod@print])
99
10-
/* TODO git-graph has some complex functions, which make it hard to
11-
understand and modify the code. The code should be made simpler
12-
so the following warnings can be enabled without triggering.
13-
1410
// Configure clippy to look for complex functions
1511
#![warn(clippy::cognitive_complexity)]
1612
#![warn(clippy::too_many_lines)]
17-
*/
1813

1914
use git2::Repository;
2015
use std::path::Path;

0 commit comments

Comments
 (0)