mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
chore: spelling and date format Corrections (#7018)
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ adaptor
|
|||||||
adaptors
|
adaptors
|
||||||
Adaptors
|
Adaptors
|
||||||
AIO
|
AIO
|
||||||
ambiant
|
ambient
|
||||||
amongst
|
amongst
|
||||||
api
|
api
|
||||||
APIs
|
APIs
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ This release contains one performance improvement:
|
|||||||
[#5630]: https://github.com/tokio-rs/tokio/pull/5630
|
[#5630]: https://github.com/tokio-rs/tokio/pull/5630
|
||||||
[#5632]: https://github.com/tokio-rs/tokio/pull/5632
|
[#5632]: https://github.com/tokio-rs/tokio/pull/5632
|
||||||
|
|
||||||
# 0.7.7 (February 12, 2023)
|
# 0.7.7 (February 12th, 2023)
|
||||||
|
|
||||||
This release reverts the removal of the `Encoder` bound on the `FramedParts`
|
This release reverts the removal of the `Encoder` bound on the `FramedParts`
|
||||||
constructor from [#5280] since it turned out to be a breaking change. ([#5450])
|
constructor from [#5280] since it turned out to be a breaking change. ([#5450])
|
||||||
|
|||||||
+1
-1
@@ -37,7 +37,7 @@
|
|||||||
[#6938]: https://github.com/tokio-rs/tokio/pull/6938
|
[#6938]: https://github.com/tokio-rs/tokio/pull/6938
|
||||||
[#6944]: https://github.com/tokio-rs/tokio/pull/6944
|
[#6944]: https://github.com/tokio-rs/tokio/pull/6944
|
||||||
|
|
||||||
# 1.41.0 (Oct 22th, 2024)
|
# 1.41.0 (Oct 22nd, 2024)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ use super::{Notified, OwnedTasks, Schedule};
|
|||||||
type Backtrace = Vec<BacktraceFrame>;
|
type Backtrace = Vec<BacktraceFrame>;
|
||||||
type SymbolTrace = Vec<Symbol>;
|
type SymbolTrace = Vec<Symbol>;
|
||||||
|
|
||||||
/// The ambiant backtracing context.
|
/// The ambient backtracing context.
|
||||||
pub(crate) struct Context {
|
pub(crate) struct Context {
|
||||||
/// The address of [`Trace::root`] establishes an upper unwinding bound on
|
/// The address of [`Trace::root`] establishes an upper unwinding bound on
|
||||||
/// the backtraces in `Trace`.
|
/// the backtraces in `Trace`.
|
||||||
|
|||||||
Reference in New Issue
Block a user