We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 002421b commit 9fe5343Copy full SHA for 9fe5343
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "clang-ast"
3
-version = "0.1.27"
+version = "0.1.28"
4
authors = ["David Tolnay <dtolnay@gmail.com>"]
5
categories = ["compilers", "encoding"]
6
description = "Data structures for processing Clang's `-ast-dump=json` format"
src/lib.rs
@@ -392,7 +392,7 @@
392
//! and comparible more cheaply than a string. You may find yourself with lots
393
//! of hashtables keyed on `Id`.
394
395
-#![doc(html_root_url = "https://docs.rs/clang-ast/0.1.27")]
+#![doc(html_root_url = "https://docs.rs/clang-ast/0.1.28")]
396
#![allow(
397
clippy::blocks_in_conditions,
398
clippy::derivable_impls,
0 commit comments