Page MenuHomePhabricator

[identity] some nits
ClosedPublic

Authored by varun on Apr 24 2023, 1:51 PM.
Tags
None
Referenced Files
F1703330: D7596.diff
Sun, May 5, 5:16 AM
Unknown Object (File)
Sat, May 4, 7:43 AM
Unknown Object (File)
Thu, May 2, 9:55 PM
Unknown Object (File)
Wed, May 1, 9:46 PM
Unknown Object (File)
Tue, Apr 30, 3:58 PM
Unknown Object (File)
Sun, Apr 28, 5:36 PM
Unknown Object (File)
Sun, Apr 28, 5:25 AM
Unknown Object (File)
Wed, Apr 24, 5:22 PM
Subscribers

Details

Summary

small changes to satisfy cargo clippy

Depends on D7595

Test Plan

cargo build

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

varun requested review of this revision.Apr 24 2023, 2:21 PM
jon added inline comments.
services/identity/src/config.rs
100 ↗(On Diff #25628)

If we can borrow here, I think we should. Guess it doesn't really matter

This revision is now accepted and ready to land.Apr 24 2023, 3:23 PM
services/identity/src/config.rs
100 ↗(On Diff #25628)

contents is already a &str so the borrow is redundant, which clippy doesn't like

This revision was automatically updated to reflect the committed changes.