mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-12-26 03:49:34 +01:00
Make Priority::get() public.
This commit is contained in:
parent
c67657371b
commit
18516d5398
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ impl Priority {
|
||||||
|
|
||||||
/// Get the current priority
|
/// Get the current priority
|
||||||
#[inline(always)]
|
#[inline(always)]
|
||||||
fn get(&self) -> u8 {
|
pub fn get(&self) -> u8 {
|
||||||
self.inner.get()
|
self.inner.get()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue