Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tim Crawford
uefi_alloc
Commits
1c762ed1
Verified
Commit
1c762ed1
authored
Mar 15, 2019
by
Jeremy Soller
Browse files
Update to 2018 edition
parent
55b67cd7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Cargo.toml
View file @
1c762ed1
[package]
name
=
"uefi_alloc"
version
=
"0.1.0"
edition
=
"2018"
[dependencies]
uefi
=
{
git
=
"https://gitlab.redox-os.org/redox-os/uefi.git"
}
src/lib.rs
View file @
1c762ed1
...
...
@@ -3,8 +3,6 @@
#![feature(try_trait)]
#![no_std]
extern
crate
uefi
;
use
core
::
alloc
::{
GlobalAlloc
,
Layout
};
use
core
::
ops
::
Try
;
use
core
::
ptr
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment