Uploaded image for project: 'Rust Driver'
  1. Rust Driver
  2. RUST-244

Clean up dead code

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 0.9.0-alpha
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      Now that all the components of the driver are hooked up to the client implementation, we can remove most of the #[allow(dead_code)] annotations. Additionally, we can change the annotations on the items used only in tests to #[cfg(test)] so that we can properly detect if they aren't being used by the tests and to differentiate them to items that we do plan on hooking up in the future.

            Assignee:
            sam.rossi@mongodb.com Samuel Rossi (Inactive)
            Reporter:
            sam.rossi@mongodb.com Samuel Rossi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: