Skip to content

Commit

Permalink
Fixed missing doc lint issue (#377)
Browse files Browse the repository at this point in the history
* Fixed missing doc lint issue

* Removed lint that was converted to an error
  • Loading branch information
CraZySacX authored Sep 15, 2024
1 parent 4d78e16 commit fad6096
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion test_util/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ the [`TestRepos`] struct to creat temporary git repositories useful for `vergen-
clashing_extern_declarations,
coherence_leak_check,
confusable_idents,
const_eval_mutable_ptr_in_final_value,
const_evaluatable_unchecked,
const_item_mutation,
dead_code,
Expand Down
1 change: 1 addition & 0 deletions vergen-git2/src/git2/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ pub struct Git2 {
#[builder(default = "false")]
use_local: bool,
#[cfg(test)]
/// Fail
#[builder(default = "false")]
fail: bool,
}
Expand Down
1 change: 0 additions & 1 deletion vergen-git2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
clashing_extern_declarations,
coherence_leak_check,
confusable_idents,
const_eval_mutable_ptr_in_final_value,
const_evaluatable_unchecked,
const_item_mutation,
dead_code,
Expand Down
1 change: 0 additions & 1 deletion vergen-gitcl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
clashing_extern_declarations,
coherence_leak_check,
confusable_idents,
const_eval_mutable_ptr_in_final_value,
const_evaluatable_unchecked,
const_item_mutation,
dead_code,
Expand Down
1 change: 0 additions & 1 deletion vergen-gix/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
clashing_extern_declarations,
coherence_leak_check,
confusable_idents,
const_eval_mutable_ptr_in_final_value,
const_evaluatable_unchecked,
const_item_mutation,
dead_code,
Expand Down
1 change: 0 additions & 1 deletion vergen-lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
clashing_extern_declarations,
coherence_leak_check,
confusable_idents,
const_eval_mutable_ptr_in_final_value,
const_evaluatable_unchecked,
const_item_mutation,
dead_code,
Expand Down
1 change: 0 additions & 1 deletion vergen-pretty/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ assert!(!buf.is_empty());
clashing_extern_declarations,
coherence_leak_check,
confusable_idents,
const_eval_mutable_ptr_in_final_value,
const_evaluatable_unchecked,
const_item_mutation,
dead_code,
Expand Down
1 change: 0 additions & 1 deletion vergen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
clashing_extern_declarations,
coherence_leak_check,
confusable_idents,
const_eval_mutable_ptr_in_final_value,
const_evaluatable_unchecked,
const_item_mutation,
dead_code,
Expand Down

0 comments on commit fad6096

Please sign in to comment.