include_dir icon indicating copy to clipboard operation
include_dir copied to clipboard

fix: relax the lifetime of file contents

Open dsgallups opened this issue 1 year ago • 2 comments

The contents of a file's lifetime for the File::contents method is implicitly tied to the lifetime of the file reference. However, it should be tied to the lifetime of the reference of the underlying slice.

chore: Update readme path to allow tests to pass

dsgallups avatar Jan 21 '25 16:01 dsgallups

@Michael-F-Bryan Hey! I'm sure you're very busy, but could you take a look at my PR when you have a moment? Much appreciated!

dsgallups avatar Mar 03 '25 16:03 dsgallups

@Michael-F-Bryan mind taking a look?

dsgallups avatar Jul 24 '25 14:07 dsgallups