fix(docs): cleanup rustdoc warnings

This commit is contained in:
2025-10-24 15:54:58 -07:00
parent e096f8e236
commit d3f9e876fb
3 changed files with 11 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ pub struct DriverDeclaration {
pub path: String,
}
/// Loads the driver specified by the [driver] declaration.
/// Loads the driver specified by the `driver` declaration.
fn load_driver(context: Rc<SproutContext>, driver: &DriverDeclaration) -> Result<()> {
// Acquire the handle and device path of the loaded image.
let sprout_image = uefi::boot::image_handle();