Skip to content

Commit

Permalink
feat: add rust-scopeguard
Browse files Browse the repository at this point in the history
Defines the macros defer!, defer_on_unwind!, defer_on_success! as shorthands for guards with one of the implemented strategies.

Log: add rust-scopeguard
Issue: deepin-community/sig-deepin-sysdev-team#70
  • Loading branch information
ryanhigh authored and chenchongbiao committed Jul 4, 2023
1 parent 3592a85 commit 3b28121
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -810,3 +810,7 @@ repos:
group: deepin-sysdev-team
info: Rust crate for FFI bindings to all of Windows API.

- repo: rust-scopeguard
group: deepin-sysdev-team
info: Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies.

0 comments on commit 3b28121

Please sign in to comment.