From: Matt Corallo Date: Tue, 28 May 2024 15:21:38 +0000 (+0000) Subject: f docs X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=c1ea761e70aaa33c9b07d2468160488a0f4e05cc;p=rust-lightning f docs --- diff --git a/lightning/src/util/async_poll.rs b/lightning/src/util/async_poll.rs index 979d9063..7a368af7 100644 --- a/lightning/src/util/async_poll.rs +++ b/lightning/src/util/async_poll.rs @@ -1,4 +1,13 @@ -//! Somse utilities to make working with std Futures easier +// This file is Copyright its original authors, visible in version control +// history. +// +// This file is licensed under the Apache License, Version 2.0 or the MIT license +// , at your option. +// You may not use this file except in accordance with one or both of these +// licenses. + +//! Some utilities to make working with the standard library's [`Future`]s easier use crate::prelude::*; use core::future::Future;