From 6bd8467b6adbb98030727d890fb87f6310f93ce9 Mon Sep 17 00:00:00 2001 From: xxchan Date: Fri, 28 Jun 2024 17:43:14 +0800 Subject: [PATCH] fix Signed-off-by: xxchan --- sqllogictest/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqllogictest/src/lib.rs b/sqllogictest/src/lib.rs index c850159..16c9a24 100644 --- a/sqllogictest/src/lib.rs +++ b/sqllogictest/src/lib.rs @@ -35,7 +35,7 @@ //! //! You can also parse the script and execute the records separately: //! -//! ```rust +//! ```ignore //! let records = sqllogictest::parse_file("script.slt").unwrap(); //! for record in records { //! tester.run(record).unwrap();