aws-config 1.5.10

AWS SDK config and credential provider implementations.
Documentation
1
2
3
4
5
6
7
8
9
# this file is named `clippy-root.toml` so it isn't picked up automagically. Clippy
# will search up the filesystem for a clippy.toml and this causes problems with tools.
disallowed-methods = [
    # fully qualified function/method name:
    "std::time::SystemTime::now",
    "std::time::SystemTime::elapsed",
    "std::time::Instant::now",
    "std::time::Instant::elapsed"
]