-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
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.