Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
9f6b9888
Unverified
Commit
9f6b9888
authored
Mar 17, 2020
by
Hero Bird
Committed by
GitHub
Mar 17, 2020
Browse files
[examples] fix clippy warning in dns example contract (#350)
parent
122573f8
Pipeline
#83157
passed with stages
in 6 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
examples/dns/lib.rs
View file @
9f6b9888
...
...
@@ -19,7 +19,6 @@ use ink_lang as ink;
#[ink::contract(version
=
"0.1.0"
)]
mod
dns
{
use
ink_core
::
storage
;
use
scale
;
/// Emitted whenever a new name is being registered.
#[ink(event)]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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