Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 448 Bytes

File metadata and controls

17 lines (12 loc) · 448 Bytes

Deprecation notices are now tracked in deprecation.d/ at the root of the repository.

Each file in that directory is a self-contained deprecation notice with YAML frontmatter. See deprecation.d/README.md for the file format and lifecycle.

To view all current notices, run:

cargo vdev deprecation show

To validate the directory, run:

cargo vdev check deprecations