mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Rust: undo rename of Path::segment to Path::part
This commit is contained in:
@@ -771,9 +771,9 @@ path_qualifiers(
|
||||
);
|
||||
|
||||
#keyset[id]
|
||||
path_parts(
|
||||
path_segments_(
|
||||
int id: @path ref,
|
||||
int part: @path_segment ref
|
||||
int segment: @path_segment ref
|
||||
);
|
||||
|
||||
path_segments(
|
||||
|
||||
Reference in New Issue
Block a user