Skip to content

Commit

Permalink
Merge pull request #169 from onkoe/patch-1
Browse files Browse the repository at this point in the history
docs: tiny fix to `impl-serializer` item import syntax
  • Loading branch information
dtolnay authored Jun 25, 2024
2 parents bf6fb2a + dae2443 commit 433f6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _src/impl-serializer.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ is used.
#
use serde::{ser, Serialize};

use error::{Error, Result};
use crate::error::{Error, Result};

pub struct Serializer {
// This string starts empty and JSON is appended as values are serialized.
Expand Down

0 comments on commit 433f6fc

Please sign in to comment.