You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add #[allow(unused)] in order to fix warnings
We should gradually revert this PR and remove every single `#[allow(unused)]` call inserted. We did it this way in order to un-break the main branch.
Co-Authored-By: Ryan Levick <rylev@users.noreply.github.com>
* Apply first round of clippy fixes
Co-Authored-By: Ryan Levick <rylev@users.noreply.github.com>
* Apply second round of cargo clippy
Co-Authored-By: Ryan Levick <rylev@users.noreply.github.com>
* Apply cargo fmt
Co-Authored-By: Ryan Levick <rylev@users.noreply.github.com>
* fix rust flags on CI
Co-Authored-By: Ryan Levick <rylev@users.noreply.github.com>
* fix cargo doc warnings
Co-Authored-By: Ryan Levick <rylev@users.noreply.github.com>
* fix unused code
Co-Authored-By: Ryan Levick <rylev@users.noreply.github.com>
* add cargo doc to CI
Co-Authored-By: Ryan Levick <rylev@users.noreply.github.com>
* squash mock transport warnings
Co-Authored-By: Ryan Levick <rylev@users.noreply.github.com>
* fix accidental test breakage
Co-Authored-By: Ryan Levick <rylev@users.noreply.github.com>
* fix unused field in generated code
Co-Authored-By: Ryan Levick <rylev@users.noreply.github.com>
Co-authored-by: Ryan Levick <rylev@users.noreply.github.com>
0 commit comments