Skip to content

Merge pull request #48 from brave/renovate/actions-checkout-4.x #31

Merge pull request #48 from brave/renovate/actions-checkout-4.x

Merge pull request #48 from brave/renovate/actions-checkout-4.x #31

Triggered via push April 24, 2024 20:55
Status Success
Total duration 34s
Artifacts

tests.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
use of deprecated method `indexmap::IndexMap::<K, V, S>::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior.: src/attributes.rs#L81
warning: use of deprecated method `indexmap::IndexMap::<K, V, S>::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior. --> src/attributes.rs:81:18 | 81 | self.map.remove(&ExpandedName::new(ns!(), local_name)) | ^^^^^^ | = note: `#[warn(deprecated)]` on by default
use of deprecated method `indexmap::IndexMap::<K, V, S>::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior.: src/attributes.rs#L81
warning: use of deprecated method `indexmap::IndexMap::<K, V, S>::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior. --> src/attributes.rs:81:18 | 81 | self.map.remove(&ExpandedName::new(ns!(), local_name)) | ^^^^^^ | = note: `#[warn(deprecated)]` on by default