awslabs / aws-lambda-rust-runtime

A Rust runtime for AWS Lambda
Apache License 2.0
3.29k stars 335 forks source link

Remove unused code. #868

Closed calavera closed 3 months ago

calavera commented 3 months ago

Description of changes:

This fixes a new clippy error.

Cleanup an unused trait. Move tests into a tests module.

By submitting this pull request