knurling-rs / flip-link

Adds zero-cost stack overflow protection to your embedded programs
Apache License 2.0
270 stars 6 forks source link

Drop `anyhow` #55

Closed jonas-schievink closed 3 years ago

jonas-schievink commented 3 years ago

We don't use most of the features of anyhow here, so I've replaced it with just Box<dyn Error>.

This does require some unfortunate duplication of the Result<T> alias.

jonas-schievink commented 3 years ago

Yeah, but I'm not sure if that's worth it for a single line

bors[bot] commented 3 years ago

Build failed:

Urhengulas commented 3 years ago

bors retry

bors[bot] commented 3 years ago

Build failed:

Urhengulas commented 3 years ago

bors retry

bors[bot] commented 3 years ago

Build succeeded: