Skip to content

Commit

Permalink
Fix feature name in code as well as Cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mthebridge authored and dpc committed Dec 11, 2017
1 parent 5a84a59 commit 76e1192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ impl<S> slog::Serializer for SerdeSerializer<S>
})
}

#[cfg(feature = "eserde")]
#[cfg(feature = "nested-values")]
fn emit_serde(&mut self, key: &str, value: &slog::SerdeValue) -> slog::Result {
impl_m!(self, key, value.as_serde())
}
Expand Down

0 comments on commit 76e1192

Please sign in to comment.