Error
for SingularError
This commit is contained in:
parent
9e9b281c6d
commit
cf2f3f8e01
@ -58,6 +58,8 @@ impl Display for SingularError {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
impl Error for SingularError {}
|
||||||
|
|
||||||
impl<'a, Ctx: Context<'a>> SingularResolver<'a, Ctx> {
|
impl<'a, Ctx: Context<'a>> SingularResolver<'a, Ctx> {
|
||||||
pub fn from_mentionable<A: Mentionable<'a, Ctx>>(a: &A) -> Self {
|
pub fn from_mentionable<A: Mentionable<'a, Ctx>>(a: &A) -> Self {
|
||||||
let mut points = Vec::new();
|
let mut points = Vec::new();
|
||||||
|
Loading…
Reference in New Issue
Block a user