diff options
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 |
