ok/jj
1
0
Fork 0
forked from mirrors/jj

cleanup: fix clippy lint

This commit is contained in:
Waleed Khan 2023-06-30 14:04:24 -07:00
parent 915f76f4d9
commit d1453a0c7c

View file

@ -798,7 +798,7 @@ struct PartialSubmoduleConfig {
/// Represents configuration from a submodule, e.g. in .gitmodules /// Represents configuration from a submodule, e.g. in .gitmodules
/// This doesn't include all possible fields, only the ones we care about /// This doesn't include all possible fields, only the ones we care about
#[derive(Debug, PartialEq)] #[derive(Debug, PartialEq, Eq)]
pub struct SubmoduleConfig { pub struct SubmoduleConfig {
pub name: String, pub name: String,
pub path: String, pub path: String,