Skip to content

Commit

Permalink
error[E0659]: serde is ambiguous
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-k-cameron committed Apr 21, 2023
1 parent c12e9af commit 6b54255
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public object RenderSerdeAttribute {
// we need this for skip serde to work
Attribute.AllowUnusedImports.render(writer)
Attribute("").SerdeSerializeOrDeserialize().render(writer)
writer.raw("use serde;")
writer.raw("use ::serde;")
}

public fun writeAttributes(writer: RustWriter) {
Expand Down

0 comments on commit 6b54255

Please sign in to comment.