Remove broken links in Nicks Pallet (#10086)

* Fix broken links in Nicks Pallet

* Update frame/nicks/src/lib.rs

* Update frame/nicks/src/lib.rs

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Grachev Mikhail
2021-10-22 22:27:09 +03:00
committed by GitHub
parent 3d5f093ddb
commit 64cc2514a7
-3
View File
@@ -35,9 +35,6 @@
//! taken.
//! * `clear_name` - Remove an account's associated name; the deposit is returned.
//! * `kill_name` - Forcibly remove the associated name; the deposit is lost.
//!
//! [`Call`]: ./enum.Call.html
//! [`Config`]: ./trait.Config.html
#![cfg_attr(not(feature = "std"), no_std)]