Lint
This commit is contained in:
parent
7590b4f06b
commit
aef6c781ed
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ impl CardApp {
|
|||
}
|
||||
|
||||
/// Read capabilities from the card, and set them in the CardApp
|
||||
pub fn init_caps(mut self, ard: &Tlv) -> Result<Self> {
|
||||
pub fn init_caps(self, ard: &Tlv) -> Result<Self> {
|
||||
// Determine chaining/extended length support from card
|
||||
// metadata and cache this information in CardApp (as a
|
||||
// CardCaps)
|
||||
|
|
Loading…
Reference in a new issue