config: Drop redundant "remote_" prefix
This commit is contained in:
@@ -17,7 +17,7 @@ pub enum RemoteType {
|
|||||||
pub struct Remote {
|
pub struct Remote {
|
||||||
pub name: String,
|
pub name: String,
|
||||||
pub url: String,
|
pub url: String,
|
||||||
#[serde(alias = "type")]
|
#[serde(rename = "type")]
|
||||||
pub remote_type: RemoteType,
|
pub remote_type: RemoteType,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user