We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ab7bf0 + 12a6a2b commit 87b4473Copy full SHA for 87b4473
src/lib.rs
@@ -7,14 +7,9 @@
7
//! 2. Lay out the graph structure according to the branching model (See [graph])
8
//! 3. Render the layout to text or SVG (See [mod@print])
9
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
-
14
// Configure clippy to look for complex functions
15
#![warn(clippy::cognitive_complexity)]
16
#![warn(clippy::too_many_lines)]
17
-*/
18
19
use git2::Repository;
20
use std::path::Path;
0 commit comments