fix tests
This commit is contained in:
parent
a4453c20ca
commit
f54489978d
20 changed files with 76 additions and 135 deletions
|
@ -17,7 +17,7 @@ use thin_vec::ThinVec;
|
|||
use tracing::debug;
|
||||
|
||||
/// Specifies how to parse a path.
|
||||
#[derive(Copy, Clone, PartialEq, Debug)]
|
||||
#[derive(Copy, Clone, PartialEq)]
|
||||
pub enum PathStyle {
|
||||
/// In some contexts, notably in expressions, paths with generic arguments are ambiguous
|
||||
/// with something else. For example, in expressions `segment < ....` can be interpreted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue