Skip to content

Commit

Permalink
Various small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Oct 20, 2022
1 parent 0ccc9ce commit 22944a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ allow-registry = ["https://github.com/rust-lang/crates.io-index"]
# List of URLs for allowed Git repositories
allow-git = []

#[sources.allow-org]
[sources.allow-org]
# 1 or more github.com organizations to allow git sources for
#github = [""]
github = ["TheDan64"]
# 1 or more gitlab.com organizations to allow git sources for
#gitlab = [""]
# 1 or more bitbucket.org organizations to allow git sources for
Expand Down
2 changes: 1 addition & 1 deletion lib/compiler-llvm/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ impl LLVM {
target_lexicon::BinaryFormat::Elf
};
let triple = Triple {
architecture: architecture,
architecture,
vendor: target.triple().vendor.clone(),
operating_system,
environment: target.triple().environment,
Expand Down

0 comments on commit 22944a1

Please sign in to comment.