fix(tvix-glue/fetchers): remove unused allow dead code

This isn't unused anymore, we can remove the
`#![allow(dead_code)]`.

Change-Id: Ia2048394a60161fbfd4ac2a2b64d03350526faa4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11795
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com>
Tested-by: BuildkiteCI
Reviewed-by: Connor Brewster <cbrewster@hey.com>
This commit is contained in:
Florian Klink 2024-06-12 17:47:53 +03:00 committed by clbot
parent 99df0e73f4
commit 08f794e7e7

View file

@ -1,5 +1,3 @@
#![allow(dead_code)] // TODO
use std::{ use std::{
io, mem, io, mem,
pin::Pin, pin::Pin,