Add copyright header and update server consistency documentation

This commit is contained in:
Kevin Lewi
2021-06-28 13:16:16 -07:00
committed by Kevin Lewi
parent 81b2719587
commit e86fbac0b7
2 changed files with 18 additions and 10 deletions
+5
View File
@@ -1,3 +1,8 @@
// Copyright (c) Facebook, Inc. and its affiliates.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
macro_rules! impl_debug_eq_hash_for {
(struct $name:ident$(<$($gen:ident$(: $bound:tt)?),+$(,)?>)?, [$field1:ident$(, $field2:ident)*$(,)?]$(, )?$([$($type:ty),+$(,)?]$(,)?)?) => {
impl$(<$($gen$(: $bound)?),+>)? std::fmt::Debug for $name$(<$($gen),+>)?