plombirka Ⓐ

🔒 Manual approval

@plombirka@mk.ilyamikcoder.com · Joined ⁨Jul⁩ ⁨2026⁩

tired fucked up catgirlthing interested in computer networks & cosci

депрессивная кошкодевочка. проблемная отвратительность. подозрительно жива.

pronouns

она/её, she/it

:blobcatheadache:​​:blobcatheadache:​​:blobcatheadache:

warning: unused manifest key: build
help: build is a valid .cargo/config.toml key

(~/.cargo/config.toml)
[build]
warnings = "deny"

(Cargo.toml)
[package]
name = "temp"
version = "0.1.0"
edition = "2024"

[dependencies]

[build]
warnings = "deny"
$ export | grep -i cargo
declare -x CARGO_BUILD_WARNINGS="deny"

...and it still compiles even w/ warnings
:blobcatheadache:

Replying to @⁨plombirka@mk.ilyamikcoder.com⁩

@mo@mastodon.ml энивей, есть ли что-то вроде unwrap_or(Err()), чтоб можно было вызвать в функции которая вернула бы Result<T,E> в случае, если unwrap не сможет unwrap'нуть, чтоб можно было вне этой функции через match фсё обработать без паники?