]> git.proxmox.com Git - cargo.git/blobdiff - vendor/backtrace/README.md
New upstream version 0.33.0
[cargo.git] / vendor / backtrace / README.md
index e25d66ef780be644adebf923e4289e6f9f5f2ed8..de8c8a0beed0993405eae473a81b1297876f6d83 100644 (file)
@@ -6,8 +6,8 @@
 [Documentation](https://docs.rs/backtrace)
 
 A library for acquiring backtraces at runtime for Rust. This library aims to
-enhance the support given by the standard library at `std::rt` by providing a
-more stable and programmatic interface.
+enhance the support of the standard library by providing a more stable and
+programmatic interface.
 
 ## Install