diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-12-13 12:57:14 +0400 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-12-13 12:57:14 +0400 |
commit | ff5f81498ba1807ab06ffb5dadb1c99c102e0284 (patch) | |
tree | 4c19b6daaac3b4857022f724005095474ed35b45 /tests/commonmark.rs | |
parent | 60410a42e46d97e3581493c9d185184b7fd87bb5 (diff) | |
download | markdown-rs-ff5f81498ba1807ab06ffb5dadb1c99c102e0284.tar.gz markdown-rs-ff5f81498ba1807ab06ffb5dadb1c99c102e0284.tar.bz2 markdown-rs-ff5f81498ba1807ab06ffb5dadb1c99c102e0284.zip |
Replace build script with private crate
Closes GH-34.
Closes GH-35.
Diffstat (limited to 'tests/commonmark.rs')
-rw-r--r-- | tests/commonmark.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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}; |