Skip to content

Commit 46e2a46

Browse files
authored
[README] Tighten wording in intro paragraph (#2569)
gherrit-pr-id: Icbe68c1f207c0fc500cf802a00e8791d1ef6294f
1 parent 1657b23 commit 46e2a46

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,18 @@ made in the doc comment on `src/lib.rs` or in `tools/generate-readme`.
1212

1313
# zerocopy
1414

15-
*<span style="font-size: 100%; color:grey;">Need more out of zerocopy?
16-
Submit a [customer request issue][customer-request-issue]!</span>*
17-
1815
***<span style="font-size: 140%">Fast, safe, <span
1916
style="color:red;">compile error</span>. Pick two.</span>***
2017

2118
Zerocopy makes zero-cost memory manipulation effortless. We write `unsafe`
2219
so you don't have to.
2320

24-
*Thanks for using zerocopy 0.8! For an overview of what changes from 0.7,
25-
check out our [release notes][release-notes], which include a step-by-step
26-
guide for upgrading from 0.7.*
21+
*For an overview of what's changed from zerocopy 0.7, check out our [release
22+
notes][release-notes], which include a step-by-step upgrading guide.*
2723

28-
*Have questions? Need help? Ask the maintainers on [GitHub][github-q-a] or
29-
on [Discord][discord]!*
24+
*Have questions? Need more out of zerocopy? Submit a [customer request
25+
issue][customer-request-issue] or ask the maintainers on
26+
[GitHub][github-q-a] or [Discord][discord]!*
3027

3128
[customer-request-issue]: https://github.com/google/zerocopy/issues/new/choose
3229
[release-notes]: https://github.com/google/zerocopy/discussions/1680

src/lib.rs

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,18 @@
1212
//
1313
// cargo -q run --manifest-path tools/Cargo.toml -p generate-readme > README.md
1414

15-
//! *<span style="font-size: 100%; color:grey;">Need more out of zerocopy?
16-
//! Submit a [customer request issue][customer-request-issue]!</span>*
17-
//!
1815
//! ***<span style="font-size: 140%">Fast, safe, <span
1916
//! style="color:red;">compile error</span>. Pick two.</span>***
2017
//!
2118
//! Zerocopy makes zero-cost memory manipulation effortless. We write `unsafe`
2219
//! so you don't have to.
2320
//!
24-
//! *Thanks for using zerocopy 0.8! For an overview of what changes from 0.7,
25-
//! check out our [release notes][release-notes], which include a step-by-step
26-
//! guide for upgrading from 0.7.*
21+
//! *For an overview of what's changed from zerocopy 0.7, check out our [release
22+
//! notes][release-notes], which include a step-by-step upgrading guide.*
2723
//!
28-
//! *Have questions? Need help? Ask the maintainers on [GitHub][github-q-a] or
29-
//! on [Discord][discord]!*
24+
//! *Have questions? Need more out of zerocopy? Submit a [customer request
25+
//! issue][customer-request-issue] or ask the maintainers on
26+
//! [GitHub][github-q-a] or [Discord][discord]!*
3027
//!
3128
//! [customer-request-issue]: https://github.com/google/zerocopy/issues/new/choose
3229
//! [release-notes]: https://github.com/google/zerocopy/discussions/1680

0 commit comments

Comments
 (0)