diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -2,7 +2,8 @@  pub mod config;  pub mod error; -pub mod owner_repo; + +pub(crate) mod owner_repo;  mod arg; | 
|  | index : git-suggestion | |
| Diffs and patches for GitHub pull request suggestions | 
| aboutsummaryrefslogtreecommitdiffstats | 
| -rw-r--r-- | src/lib.rs | 3 | 
| @@ -2,7 +2,8 @@  pub mod config;  pub mod error; -pub mod owner_repo; + +pub(crate) mod owner_repo;  mod arg; |