Skip to content

Commit 8834da8

Browse files
committed
lint fix
1 parent 1cb9434 commit 8834da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serializers/type_serializers/typed_dict.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ impl TypeSerializer for TypedDictSerializer {
133133
)
134134
}
135135

136-
fn get_name(&self) -> &str {
136+
fn get_name(&self) -> &'static str {
137137
"typed-dict"
138138
}
139139
}

0 commit comments

Comments
 (0)