Skip to content

Commit bee580c

Browse files
committed
rename author module
1 parent 7dd9711 commit bee580c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.

src/info/git/metrics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use super::sig::Sig;
22
use crate::cli::{CliOptions, NumberSeparator};
3-
use crate::info::author::Author;
3+
use crate::info::authors::Author;
44
use crate::info::churn::FileChurn;
55
use anyhow::Result;
66
use gix::bstr::BString;

src/info/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use self::author::AuthorsInfo;
1+
use self::authors::AuthorsInfo;
22
use self::churn::ChurnInfo;
33
use self::commits::CommitsInfo;
44
use self::contributors::ContributorsInfo;
@@ -32,7 +32,7 @@ use owo_colors::{DynColors, OwoColorize};
3232
use serde::Serialize;
3333
use std::path::Path;
3434

35-
mod author;
35+
mod authors;
3636
mod churn;
3737
mod commits;
3838
mod contributors;

0 commit comments

Comments
 (0)