| commit | cc99b4561f8ea36429ba27739ab10c186645d064 | [log] [tgz] |
|---|---|---|
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | Wed Sep 24 20:34:31 2025 +0200 |
| committer | GitHub <noreply@github.com> | Wed Sep 24 20:34:31 2025 +0200 |
| tree | c93ff1534a25f4d61bd7f28d69ad9cb8954e93dc | |
| parent | 5f397386b3ab5438833deff8e4d8de1d77097012 [diff] | |
| parent | 26cc7779620669c4aae070e0578137cdb850c04c [diff] |
Rollup merge of #146964 - Ayush1325:close-protocol, r=joboet library: std: sys: pal: uefi: Add some comments I seemed to have forgotten that since I am using GET_PROTOCOL attribute for the std usecases, I did not need to close the protocols explicitly. So adding these comments as a note to future self not to waste time on the same thing again.