Skip to content

Commit 1061b2a

Browse files
committed
fixup! *RFL import: kernel::driver
1 parent 9c4bda5 commit 1061b2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/kernel/driver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ pub struct IdTable<'a, T: RawDeviceId, U> {
221221
_p: PhantomData<&'a U>,
222222
}
223223

224-
impl<T: RawDeviceId, U> const AsRef<T::RawType> for IdTable<'_, T, U> {
224+
impl<T: RawDeviceId, U> AsRef<T::RawType> for IdTable<'_, T, U> {
225225
fn as_ref(&self) -> &T::RawType {
226226
self.first
227227
}

0 commit comments

Comments
 (0)