Unverified Commit 9f6b9888 authored by Hero Bird's avatar Hero Bird Committed by GitHub
Browse files

[examples] fix clippy warning in dns example contract (#350)

parent 122573f8
Pipeline #83157 passed with stages
in 6 minutes and 19 seconds
......@@ -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)]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment