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
Astro
rust-card10
Commits
62b329ac
Commit
62b329ac
authored
Aug 26, 2019
by
Astro
⚙
Browse files
Merge branch 'fix-warning' into 'master'
Fix redundant import of core::fmt::Write See merge request
!12
parents
8e75ae61
fd5d02c9
Pipeline
#3538
passed with stage
in 9 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
l0dable/src/uart.rs
View file @
62b329ac
use
core
::
fmt
::
Write
;
use
super
::
bindings
::
*
;
use
core
::
fmt
::
Write
;
pub
struct
Uart
;
...
...
@@ -25,6 +25,5 @@ macro_rules! println {
#[doc(hidden)]
pub
fn
_print
(
args
:
core
::
fmt
::
Arguments
)
{
use
core
::
fmt
::
Write
;
crate
::
UART
.write_fmt
(
args
);
}
\ No newline at end of file
}
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