Skip to content

Commit

Permalink
Fix kas_macros doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Oct 7, 2022
1 parent 7bd66be commit 711c1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/kas-macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ pub fn widget(_: TokenStream, item: TokenStream) -> TokenStream {
/// use std::fmt;
/// fn main() {
/// let world = "world";
/// let says_hello_world = impl_tools::singleton! {
/// let says_hello_world = kas_macros::singleton! {
/// struct(&'static str = world);
/// impl fmt::Display for Self {
/// fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
Expand Down

0 comments on commit 711c1ce

Please sign in to comment.