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 b91353c commit 16189e4Copy full SHA for 16189e4
src/clang.rs
@@ -1540,15 +1540,6 @@ impl Drop for Index {
1540
}
1541
1542
1543
-/// A token emitted by clang's lexer.
1544
-#[derive(Debug)]
1545
-pub struct Token {
1546
- /// The kind of token this is.
1547
- pub kind: CXTokenKind,
1548
- /// A display name for this token.
1549
- pub spelling: String,
1550
-}
1551
-
1552
/// A translation unit (or "compilation unit").
1553
pub struct TranslationUnit {
1554
x: CXTranslationUnit,
0 commit comments