Skip to content

Commit

Permalink
fix: change master to main in lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka committed Jun 27, 2024
1 parent 242d232 commit f6e1027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//! [API stability]: https://rustc-dev-guide.rust-lang.org/stability.html
//! [`deprecated`]:
//! https://doc.rust-lang.org/reference/attributes/diagnostics.html#the-deprecated-attribute
//! [`instability-example`]: https://github.com/ratatui-org/instability/tree/master/example
//! [`instability-example`]: https://github.com/ratatui-org/instability/tree/main/example
//! [`unstable`]: macro@unstable

use proc_macro::TokenStream;
Expand Down

0 comments on commit f6e1027

Please sign in to comment.