mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-15 02:47:00 +05:30
fix: replace pub(crate)
with pub
This commit is contained in:
parent
a728a353d6
commit
5b3ec8a1b0
5 changed files with 19 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
|||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
pub(crate) struct PersistableRepo {
|
||||
pub(crate) remote_url: String,
|
||||
pub(crate) head: String,
|
||||
pub struct PersistableRepo {
|
||||
pub remote_url: String,
|
||||
pub head: String,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue