We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d5ae6 commit f78e646Copy full SHA for f78e646
src/tools/collect-license-metadata/src/path_tree.rs
@@ -26,8 +26,8 @@ impl Node<LicenseId> {
26
self.remove_empty();
27
}
28
29
- /// Initially, trees are built by the build() function with each file practically having a
30
- /// separate directory tree, like so:
+ /// Initially, the build() function constructs a list of separate paths from the file
+ /// system root down to each file, like so:
31
///
32
/// ```text
33
/// ┌─► ./ ──► compiler/ ──► rustc/ ──► src/ ──► main.rs
0 commit comments