Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
greyblake committed Dec 18, 2024
1 parent d421d73 commit 8829098
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 13 deletions.
38 changes: 27 additions & 11 deletions examples/no_std_example/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions nutype_macros/src/utils/issue_reporter.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// Tools that facilitates reporting issues on Github.
/// With some refactoring it can be extracted into its own crate.
//! Tools that facilitates reporting issues on Github.
//! With some refactoring it can be extracted into its own crate.
pub fn build_github_link_with_issue(issue: &Issue) -> String {
let builder = GithubIssueBuilder::new("greyblake/nutype");
Expand Down

0 comments on commit 8829098

Please sign in to comment.