From 57f603a09eefe24fec9e358ed2132559253bf73b Mon Sep 17 00:00:00 2001 From: Chen Yuheng Date: Thu, 30 Aug 2018 19:23:41 +0800 Subject: [PATCH] README: remove warning Fix #106 This library is production-ready. --- parser/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/parser/README.md b/parser/README.md index 75d8393..a012264 100644 --- a/parser/README.md +++ b/parser/README.md @@ -17,11 +17,6 @@ Rust 1.0.0 and nightly! See [Document](http://chyh1990.github.io/yaml-rust/doc/yaml_rust/) -> NOTE: This library is still under heavy development. - -> WARNING: This library needs more tests and it is NOT ready for -> parsing arbitrary user input from *untrusted source*. - ## Quick Start Add the following to the Cargo.toml of your project: