cred-helper done
This commit is contained in:
Binary file not shown.
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1,2 @@
|
||||
{"$message_type":"diagnostic","message":"unused variable: `verif_public_key`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"cred-helper/src/main.rs","byte_start":306,"byte_end":322,"line_start":9,"line_end":9,"column_start":9,"column_end":25,"is_primary":true,"text":[{"text":" let verif_public_key: VerifyingKey = sign_private_key.verifying_key();","highlight_start":9,"highlight_end":25}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"cred-helper/src/main.rs","byte_start":306,"byte_end":322,"line_start":9,"line_end":9,"column_start":9,"column_end":25,"is_primary":true,"text":[{"text":" let verif_public_key: VerifyingKey = sign_private_key.verifying_key();","highlight_start":9,"highlight_end":25}],"label":null,"suggested_replacement":"_verif_public_key","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `verif_public_key`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0mcred-helper/src/main.rs:9:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m9\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let verif_public_key: VerifyingKey = sign_private_key.verifying_key();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_verif_public_key`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_variables)]` on by default\u001b[0m\n\n"}
|
||||
{"$message_type":"diagnostic","message":"1 warning emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 1 warning emitted\u001b[0m\n\n"}
|
||||
@@ -0,0 +1 @@
|
||||
98db1a6fc3bcc937
|
||||
@@ -0,0 +1 @@
|
||||
{"rustc":11594289678289209806,"features":"[]","declared_features":"[]","target":3469443795550989108,"profile":11983525691607113661,"path":11285071565770337315,"deps":[[4476185667064834509,"x25519_dalek",false,1758312300996020354],[5036014088472469875,"rsa",false,5101793281464027447],[9487495613121741433,"rand",false,142189949779099502],[10695905396679492879,"sha2",false,7409805201846020318],[13573032141366914255,"ed25519_dalek",false,3252652552171922266],[16190313859140346100,"hkdf",false,2831036626085256371],[16255406213544131105,"zeroize",false,14324076554250972927],[17159799409689516886,"aes_gcm",false,17403287791345160441]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cred-helper-faad6c4889a30e74/dep-test-bin-cred-helper","checksum":false}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
|
||||
Reference in New Issue
Block a user