diff options
| author | James Munns <[email protected]> | 2025-04-01 14:30:36 +0200 |
|---|---|---|
| committer | James Munns <[email protected]> | 2025-04-01 14:30:36 +0200 |
| commit | 2e474b7df2466364964156e119b37bd8445169d7 (patch) | |
| tree | 96be8864acbc33991b12ee91bb394c14ea1fcc07 /embassy-executor/src | |
| parent | 3e25a7be8670f06d577ebf011dc41e3c4752db95 (diff) | |
Remove notes about stability
Diffstat (limited to 'embassy-executor/src')
| -rw-r--r-- | embassy-executor/src/raw/trace.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/embassy-executor/src/raw/trace.rs b/embassy-executor/src/raw/trace.rs index 5480e77b9..8fcf84658 100644 --- a/embassy-executor/src/raw/trace.rs +++ b/embassy-executor/src/raw/trace.rs | |||
| @@ -22,11 +22,6 @@ | |||
| 22 | //! Callbacks can be used by enabling the `trace` feature, and providing implementations of the | 22 | //! Callbacks can be used by enabling the `trace` feature, and providing implementations of the |
| 23 | //! `extern "Rust"` functions below. All callbacks must be implemented. | 23 | //! `extern "Rust"` functions below. All callbacks must be implemented. |
| 24 | //! | 24 | //! |
| 25 | //! ## Stability | ||
| 26 | //! | ||
| 27 | //! The `trace` interface is considered unstable. Callbacks may change, be added, or be removed | ||
| 28 | //! in any minor or trivial release. | ||
| 29 | //! | ||
| 30 | //! ## Task Tracing lifecycle | 25 | //! ## Task Tracing lifecycle |
| 31 | //! | 26 | //! |
| 32 | //! ```text | 27 | //! ```text |
