We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5af27a commit 6e73f3dCopy full SHA for 6e73f3d
eng/tools/generate_api_report/src/main.rs
@@ -62,10 +62,8 @@ fn main() -> Result<(), Box<dyn Error>> {
62
});
63
64
// Clear unnecessary fields in the Crate structure
65
- // 1. paths
66
- // 2. external_crates
67
- // 3. span in all items
68
- root.paths.clear();
+ // 1. external_crates
+ // 2. span in all items
69
root.external_crates.clear();
70
for (_id, item) in root.index.iter_mut() {
71
// Reset span to default empty value
0 commit comments