Skip to content

Commit

Permalink
Make minor docs changes for 1.2 release (#3315)
Browse files Browse the repository at this point in the history
  • Loading branch information
echeran authored Apr 13, 2023
1 parent 01039ce commit c18a4b6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 3 additions & 0 deletions components/list/src/list_formatter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ use core::fmt::{self, Write};
use icu_provider::prelude::*;
use writeable::*;

#[cfg(doc)]
extern crate writeable;

/// A formatter that renders sequences of items in an i18n-friendly way. See the
/// [crate-level documentation](crate) for more details.
#[derive(Debug)]
Expand Down
2 changes: 1 addition & 1 deletion components/properties/src/provider/bidi_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ impl TryFrom<u32> for MirroredPairedBracketData {
}

/// A closed Rust enum representing a closed set of the incoming Bidi_Paired_Bracket_Type
/// property values necessary in the internal representation of [`MirroredPairedBracketData`]
/// property values necessary in the internal representation of `MirroredPairedBracketData`
/// to satisfy the ULE invariants on valid values.
#[derive(Copy, Clone, Debug, PartialEq, Eq, Ord, PartialOrd)]
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
Expand Down
3 changes: 1 addition & 2 deletions components/timezone/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions components/timezone/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
//! ICU4X uses the short form.
//!
//! Note: in ICU4X, "metazone" is one word and "time zone" is two words, except for this crate
//! and module name, where "timezone" is used with no separators. See
//! <https://github.com/unicode-org/icu4x/issues/2507>.
//! and module name, where "timezone" is used with no separators.
//!
//! ## Zone Variant
//!
Expand Down

0 comments on commit c18a4b6

Please sign in to comment.