autocommit 2022-02-06 16:33:54 CET
This commit is contained in:
parent
c92346324b
commit
dc2cb71012
104 changed files with 2563 additions and 4617 deletions
|
|
@ -103,7 +103,7 @@ macro_rules! id {
|
|||
impl $name {
|
||||
pub const NONE: Self = $name(0);
|
||||
|
||||
pub fn from_raw(raw: u32) -> Self {
|
||||
pub const fn from_raw(raw: u32) -> Self {
|
||||
Self(raw)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue