pallet identity
has some unused errors:
#[pallet::error]
pub enum Error<T> {
/// [...]
/// Right already added
RightAlreadyAdded,
/// Right does not exist
RightNotExist,
}
Never appear anywhere else in the code, I wonder why they are here.