mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-08 21:48:08 +00:00
cleanup: fix clippy lint
This commit is contained in:
parent
915f76f4d9
commit
d1453a0c7c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue