Skip to content
Snippets Groups Projects
Commit 10964ee2 authored by Lyude Paul's avatar Lyude Paul
Browse files

fixup! WIP: Match pattern that Gem and File use

parent 83c3b174
No related merge requests found
......@@ -341,11 +341,7 @@ unsafe impl<T: RcModeObject> AlwaysRefCounted for T {
/// protected under this single lock. So long as this object is held, it is guaranteed that the lock
/// is held.
pub struct ModeConfigGuard<'a, T: KmsDriver> {
<<<<<<< HEAD
dev: &'a Device<T>,
=======
pub(crate) dev: &'a Device<T>,
>>>>>>> 46d026eb2cf5a (WIP: Match pattern that Gem and File use)
}
impl<'a, T: KmsDriver> ModeConfigGuard<'a, T> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment