Skip to content

Commit

Permalink
test: Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
iTrooz committed Aug 27, 2023
1 parent a3e85f0 commit 338ec3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions efivar/src/boot.rs → efivar/src/boot/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ pub trait BootVarName {
}

impl BootVarName for u16 {
/// Get the boot entry name associated with that ID.
/// See [`Variable::boot_var_id`]
fn boot_var_name(self) -> String {
format!("Boot{:04X}", self)
}
Expand Down

0 comments on commit 338ec3d

Please sign in to comment.