Skip to content

Commit d0f4722

Browse files
committed
Undo changes to prelude
1 parent 971b01c commit d0f4722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prelude.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//!
33
//! This includes the system table types, `Status` codes, etc.
44
5-
pub use crate::{Completion, Result, Status};
5+
pub use crate::Status;
66

77
// Import the basic table types.
88
pub use crate::table::{boot::BootServices, runtime::RuntimeServices, SystemTable};

0 commit comments

Comments
 (0)