Skip to content

Commit

Permalink
Remove broken links in Nicks Pallet (paritytech#10086)
Browse files Browse the repository at this point in the history
* Fix broken links in Nicks Pallet

* Update frame/nicks/src/lib.rs

* Update frame/nicks/src/lib.rs

Co-authored-by: Bastian Köcher <[email protected]>
  • Loading branch information
mgrachev and bkchr authored Oct 22, 2021
1 parent 632b323 commit 6725823
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frame/nicks/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

Expand Down

0 comments on commit 6725823

Please sign in to comment.