esp-rs / esp-pacs

Peripheral Access Crates for Espressif SoCs and modules
Apache License 2.0
108 stars 33 forks source link

Use rustfmt `normalize_doc_attributes` for docs #207

Closed burrbull closed 1 week ago

burrbull commented 7 months ago

Although this is still nightly feature (see https://github.com/rust-lang/rustfmt/issues/3988)

jessebraham commented 1 week ago

Given that we are using stable, and, at least based on the other nightly rustfmt features, this will not likely be stabilized for many years, going to close this for now. If it ever gets stabilized we can revisit this.

burrbull commented 1 week ago

For note. There is alternative way. See https://github.com/esp-rs/esp-pacs/pull/246