From ead304a8b5390958be0b1d02e30e35d539d185e4 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 15 Dec 2022 17:52:42 -0800 Subject: [PATCH] Update build status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c21a50..74e99ce 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Rust Quasi-Quoting [github](https://github.com/dtolnay/quote) [crates.io](https://crates.io/crates/quote) [docs.rs](https://docs.rs/quote) -[build status](https://github.com/dtolnay/quote/actions?query=branch%3Amaster) +[build status](https://github.com/dtolnay/quote/actions?query=branch%3Amaster) This crate provides the [`quote!`] macro for turning Rust syntax tree data structures into tokens of source code.