Skip to content

Commit

Permalink
Merge remote-tracking branch 'sffc/dp-work' into dp-work
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Dec 9, 2021
2 parents 2b83989 + bd5b889 commit 5619631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/core/src/serde/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub enum Error {
/// An error indicating that the desired buffer format is not available. This usually
/// means that a required feature was not enabled
#[allow(dead_code)]
#[displaydoc("Unavailable buffer format: {0:?} (do you need to enable a feature?)")]
#[displaydoc("Unavailable buffer format: {0:?} (does icu4x need to be compiled with an additional feature?)")]
UnavailableFormat(BufferFormat),

/// An error originating in [`erased_serde`].
Expand Down

0 comments on commit 5619631

Please sign in to comment.