Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Add documentation to Cache and fix a possible bug #2582

Merged
merged 5 commits into from
Jun 14, 2021
Merged

Commits on Jun 14, 2021

  1. docs(cache): Populate empty doc comments

    Chris Connelly committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    e8ed35b View commit details
    Browse the repository at this point in the history
  2. refactor(cache): Avoid suppressing lints

    Chris Connelly committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    a67164c View commit details
    Browse the repository at this point in the history
  3. fix(cache): Prevent exposing expired values from Cache::set

    `Cache::set` was not testing the removed item's expiry, meaning expired
    values could be returned.
    Chris Connelly committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    b5dab42 View commit details
    Browse the repository at this point in the history
  4. ci: Install cargo-udeps without --locked

    This works around a compilation issue caused by
    rust-lang/rust#85574. A more permanent fix may
    come in future.
    Chris Connelly committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    93de8c8 View commit details
    Browse the repository at this point in the history
  5. chore: Remove unused dashmap dependency

    This has been unused since #2556.
    Chris Connelly committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    37fc9da View commit details
    Browse the repository at this point in the history