Merge branch 'master' into query-pattern-is-definite
This commit is contained in:
commit
1ea29053e1
33 changed files with 2004 additions and 763 deletions
|
|
@ -87,7 +87,7 @@ impl<'a> From<tree_sitter_highlight::Error> for Error {
|
|||
|
||||
impl<'a> From<tree_sitter_tags::Error> for Error {
|
||||
fn from(error: tree_sitter_tags::Error) -> Self {
|
||||
Error::new(format!("{:?}", error))
|
||||
Error::new(format!("{}", error))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue