RustCrypto / hashes

Collection of cryptographic hash functions written in pure Rust
1.76k stars 239 forks source link

Sha256::new() is always marked as an error in the vscode #548

Closed nachocodexx closed 6 months ago

nachocodexx commented 6 months ago

Hi, I have the following problem: Untitled

I don't know where to find help with this problem, maybe it is not related to this crate because the program works and compile, but this Sha256::new() is always marked as an error.

newpavlov commented 6 months ago

See https://github.com/rust-lang/rust-analyzer/issues/15242