From 6e93a3a3199c1fde9e672195406f6d70207c5a51 Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Sat, 21 Aug 2021 13:03:32 +0200 Subject: [PATCH] remove link to FAQ --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index fcdfe44..98cd585 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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