mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
Rust: Move type inference/path resolution out of elements folder
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import rust
|
||||
import codeql.rust.elements.internal.PathResolution
|
||||
import codeql.rust.elements.internal.TypeInference
|
||||
import codeql.rust.internal.PathResolution
|
||||
import codeql.rust.internal.TypeInference
|
||||
import utils.test.InlineExpectationsTest
|
||||
import TestUtils
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import rust
|
||||
import codeql.rust.elements.internal.TypeInference as TypeInference
|
||||
import codeql.rust.internal.TypeInference as TypeInference
|
||||
import TypeInference
|
||||
import utils.test.InlineExpectationsTest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user