Skip to content

Commit 1800948

Browse files
committed
Rename fn_args file to nargs
1 parent 548ce03 commit 1800948

File tree

6 files changed

+745
-199
lines changed

6 files changed

+745
-199
lines changed

src/metrics/fn_args.rs

Lines changed: 0 additions & 192 deletions
This file was deleted.

src/metrics/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
pub mod cognitive;
22
pub mod cyclomatic;
33
pub mod exit;
4-
pub mod fn_args;
54
pub mod halstead;
65
pub mod loc;
76
pub mod mi;
7+
pub mod nargs;
88
pub mod nom;

0 commit comments

Comments
 (0)