diff options
Diffstat (limited to 'src/purgatory/mod.rs')
| -rw-r--r-- | src/purgatory/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/purgatory/mod.rs b/src/purgatory/mod.rs index 11fe41f..499e534 100644 --- a/src/purgatory/mod.rs +++ b/src/purgatory/mod.rs | |||
| @@ -16,7 +16,7 @@ pub mod sync; | |||
| 16 | mod types; | 16 | mod types; |
| 17 | 17 | ||
| 18 | use anyhow::{bail, Result}; | 18 | use anyhow::{bail, Result}; |
| 19 | pub use helpers::{can_satisfy_state, extract_refs_from_state, get_unpushed_refs}; | 19 | pub use helpers::{can_apply_state, can_satisfy_state, extract_refs_from_state, get_unpushed_refs}; |
| 20 | pub use types::{PrPurgatoryEntry, RefPair, RefUpdate, StatePurgatoryEntry}; | 20 | pub use types::{PrPurgatoryEntry, RefPair, RefUpdate, StatePurgatoryEntry}; |
| 21 | 21 | ||
| 22 | use dashmap::DashMap; | 22 | use dashmap::DashMap; |