From cfc7d8c959da82ba405043aae7e56c91aecf1b50 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 15 Dec 2022 17:52:43 -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 8f6b896..3ba375f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ derive(Error) [github](https://github.com/dtolnay/thiserror) [crates.io](https://crates.io/crates/thiserror) [docs.rs](https://docs.rs/thiserror) -[build status](https://github.com/dtolnay/thiserror/actions?query=branch%3Amaster) +[build status](https://github.com/dtolnay/thiserror/actions?query=branch%3Amaster) This library provides a convenient derive macro for the standard library's [`std::error::Error`] trait.