Skip to content

Commit

Permalink
Make IntoRawControlVec publicly visible in controls::
Browse files Browse the repository at this point in the history
With this change, the sync interface can be compiled independently
from the base crate, paving the way for custom sync implementations.
  • Loading branch information
inejge committed Dec 20, 2022
1 parent 99fd7dd commit dc8add9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ pub mod controls {
Assertion, ManageDsaIt, MatchedValues, PagedResults, ProxyAuth, RelaxRules,
};
pub use crate::controls_impl::{
Control, ControlParser, ControlType, CriticalControl, MakeCritical, RawControl,
Control, ControlParser, ControlType, CriticalControl, IntoRawControlVec, MakeCritical,
RawControl,
};
pub use crate::controls_impl::{
EntryState, RefreshMode, SyncDone, SyncInfo, SyncRequest, SyncState,
Expand Down

0 comments on commit dc8add9

Please sign in to comment.