have LangItemError derive everything LangItem does
This commit is contained in:
parent
6cdfdd02f6
commit
82d609c8df
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
use crate::LangItem;
|
||||
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, Encodable, Decodable)]
|
||||
pub struct LangItemError(pub LangItem);
|
||||
|
||||
impl ToString for LangItemError {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue