Skip to content

Commit a873835

Browse files
authored
Remove warnings about experimental status (#102)
We're using this library a bunch internally so I think its safe to remove the warnings :)
1 parent ee53275 commit a873835

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
[![Build status](https://github.com/EmbarkStudios/physx-rs/workflows/CI/badge.svg)](https://github.com/EmbarkStudios/physx-rs/actions)
1919
</div>
2020

21-
## 🚨 Warning 🚨
22-
23-
This library is still experimental and should not be used for anything serious, yet.
24-
2521
## Contributing
2622

2723
[![Contributor Covenant](https://img.shields.io/badge/contributor%20covenant-v1.4-ff69b4.svg)](CODE_OF_CONDUCT.md)

crates/mirror-mirror/src/lib.rs

-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
//! General purpose reflection library for Rust.
22
//!
3-
//! # 🚨 Warning 🚨
4-
//!
5-
//! This library is still experimental and should not be used for anything serious, yet. Many
6-
//! things are still undocumented and breaking changes are to be expected, though we do adhere to
7-
//! semver.
8-
//!
93
//! # Examples
104
//!
115
//! ## Access a field by its string name and mutate it

0 commit comments

Comments
 (0)