Skip to content

Commit 683679c

Browse files
committed
0.3
1 parent 6623a2e commit 683679c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

COMMIT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b0659f9b1bfb92626c40dabceb3268f88bb26224
1+
6dff51f37d87eb02e8776032fa8da16c990a3283

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustdoc-types"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Nixon Enraght-Moony <[email protected]>", "The Rust Project Developers"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ pub struct GenericParamDef {
324324
pub enum GenericParamDefKind {
325325
Lifetime,
326326
Type { bounds: Vec<GenericBound>, default: Option<Type> },
327-
Const(Type),
327+
Const { ty: Type, default: Option<String> },
328328
}
329329

330330
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq)]

0 commit comments

Comments
 (0)