Skip to content

Commit

Permalink
1. Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
denisandroid committed Apr 3, 2024
1 parent 34575fa commit 2262dbc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ use include_tt::include_tt;
use std::fmt::Write;

// Example demonstrating the usage of include_tt! macro for embedding content from files.

{
// Embedding trees from a file in an arbitrary place of other macros.
let a = 10;
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ use include_tt::include_tt;
use std::fmt::Write;
// Example demonstrating the usage of include_tt! macro for embedding content from files.
{
// Embedding trees from a file in an arbitrary place of other macros.
let a = 10;
Expand Down

0 comments on commit 2262dbc

Please sign in to comment.