Skip to content

Rust: improve performance of Crate::toString

3991dc3
Select commit
Loading
Failed to load commit list.
Merged

Rust: extract crate graph #18228

Rust: improve performance of Crate::toString
3991dc3
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Mar 11, 2025 in 3s

4 configurations not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 4 configurations present on refs/heads/main were not found:

Actions workflow (csv-coverage-metrics.yml)

  • ❓  .github/workflows/csv-coverage-metrics.yml:publish-csharp
  • ❓  .github/workflows/csv-coverage-metrics.yml:publish-java

Actions workflow (codeql-analysis.yml)

  • ❓  .github/workflows/codeql-analysis.yml:CodeQL-Build

Actions workflow (cpp-swift-analysis.yml)

  • ❓  .github/workflows/cpp-swift-analysis.yml:CodeQL-Build

New alerts in code changed by this pull request

  • 3 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 52 in rust/ql/lib/codeql/rust/elements.qll

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning

Redundant import, the module is already imported inside
codeql.rust.elements.Locatable
.
Redundant import, the module is already imported inside
codeql.rust.elements.Unextracted
.

Check warning on line 112 in rust/ql/lib/codeql/rust/elements.qll

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning

Redundant import, the module is already imported inside
codeql.rust.elements.Crate
.

Check warning on line 11 in rust/ql/lib/codeql/rust/elements/internal/generated/Crate.qll

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning generated

Redundant import, the module is already imported inside
codeql.rust.elements.Crate
.