From a873835ea977c95b5c6795bc36a9c60bb5696c0c Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Mon, 27 Feb 2023 11:36:58 +0100 Subject: [PATCH] Remove warnings about experimental status (#102) We're using this library a bunch internally so I think its safe to remove the warnings :) --- README.md | 4 ---- crates/mirror-mirror/src/lib.rs | 6 ------ 2 files changed, 10 deletions(-) diff --git a/README.md b/README.md index 5a1ab4f..001b394 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,6 @@ [![Build status](https://github.com/EmbarkStudios/physx-rs/workflows/CI/badge.svg)](https://github.com/EmbarkStudios/physx-rs/actions) -## 🚨 Warning 🚨 - -This library is still experimental and should not be used for anything serious, yet. - ## Contributing [![Contributor Covenant](https://img.shields.io/badge/contributor%20covenant-v1.4-ff69b4.svg)](CODE_OF_CONDUCT.md) diff --git a/crates/mirror-mirror/src/lib.rs b/crates/mirror-mirror/src/lib.rs index f45ff9d..6cc9134 100644 --- a/crates/mirror-mirror/src/lib.rs +++ b/crates/mirror-mirror/src/lib.rs @@ -1,11 +1,5 @@ //! General purpose reflection library for Rust. //! -//! # 🚨 Warning 🚨 -//! -//! This library is still experimental and should not be used for anything serious, yet. Many -//! things are still undocumented and breaking changes are to be expected, though we do adhere to -//! semver. -//! //! # Examples //! //! ## Access a field by its string name and mutate it