From ff5f81498ba1807ab06ffb5dadb1c99c102e0284 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 13 Dec 2022 12:57:14 +0400 Subject: Replace build script with private crate Closes GH-34. Closes GH-35. --- tests/commonmark.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/commonmark.rs') diff --git a/tests/commonmark.rs b/tests/commonmark.rs index 30f62ca..9dbc417 100644 --- a/tests/commonmark.rs +++ b/tests/commonmark.rs @@ -1,6 +1,6 @@ //! `CommonMark` test suite. -// > 👉 **Important**: this module is generated by `build.rs`. +// > 👉 **Important**: this module is generated by `generate/src/main.rs`. // > It is generate from the latest CommonMark website. use markdown::{to_html_with_options, CompileOptions, Options}; -- cgit