remove link to FAQ

This commit is contained in:
Geoffroy Couprie 2021-08-21 13:03:32 +02:00
parent e2d82eee33
commit 6e93a3a319

View File

@ -63,8 +63,6 @@
//! If you are upgrading to nom 5.0, please read the
//! [migration document](https://github.com/Geal/nom/blob/master/doc/upgrading_to_nom_5.md).
//!
//! See also the [FAQ](https://github.com/Geal/nom/blob/master/doc/FAQ.md).
//!
//! ## Parser combinators
//!
//! Parser combinators are an approach to parsers that is very different from